home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr08 / batsh151.zip / SAMPLE3.BSH < prev    next >
Text File  |  1995-02-09  |  186b  |  9 lines

  1. ; choice 
  2. wait off
  3. choice $A,C,#25  Hi %$$USER%. Choose (C) to activate the Calculator,  or any other key to close:
  4. if errorlevel 2 goto doC
  5. if errorlevel 1 exit
  6. :doC 
  7. calc.exe
  8.  
  9.